projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6cd9c1
)
More documentation tweaks
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 30 Jan 2011 03:52:02 +0000
(22:52 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 30 Jan 2011 03:52:02 +0000
(22:52 -0500)
docs/reference/gtk/migrating-2to3.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-2to3.xml
b/docs/reference/gtk/migrating-2to3.xml
index c60470af7e4d9738201226e8393f3acd08a8dcad..622d61b5e9dc5e0884adbbe8e3fd974949d7c776 100644
(file)
--- a/
docs/reference/gtk/migrating-2to3.xml
+++ b/
docs/reference/gtk/migrating-2to3.xml
@@
-950,7
+950,7
@@
gtk_arrow_draw (GtkWidget *widget,
</section>
<section>
- <title>Check your expand flags</title>
+ <title>Check your expand
and fill
flags</title>
<para>
The behaviour of expanding widgets has changed slightly in GTK+ 3,
@@
-961,6
+961,11
@@
gtk_arrow_draw (GtkWidget *widget,
expand flag of the child from being inherited. See
gtk_widget_set_hexpand() and gtk_widget_set_vexpand().
</para>
+ <para>
+ If you experience sizing problems with widgets in ported code,
+ carefully check the #GtkBox::expand and #GtkBox::fill flags of your
+ boxes.
+ </para>
</section>
<section>